-
Notifications
You must be signed in to change notification settings - Fork 8.3k
wifi: hostap: Fix TX rate handling #81160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
@krish2718 hostap PR is now merged, please update manifest |
40c48a8 to
d6abc42
Compare
jukkar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge conflict needs to be fixed.
d6abc42 to
672c665
Compare
This reverts commit ec0b9cc. This commit has two issues: 1. We already query signal poll just above, so, wastes time querying the infor from the firmware. 2. Doesn't handle modes, i.e., queries even for AP mode as well. Signed-off-by: Chaitanya Tata <[email protected]>
Useful for matter applications. Signed-off-by: Chaitanya Tata <[email protected]>
Fix the name to include TX and also add units to the shell display. Signed-off-by: Chaitanya Tata <[email protected]>
672c665 to
632daa5
Compare
Fix current PHY rate handling both in hostap and Wi-Fi management layers.